home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / cdrom15a.zip / ROM < prev    next >
Text File  |  1991-10-22  |  1KB  |  32 lines

  1. @echo off
  2. ::
  3. ::  Example Use Startup Parameters:
  4. ::
  5. ::  ROM <DOORFILE> Where <DOORFILE> would be The DOOR file created by the
  6. ::  BBS or by a convertor suchas QKDOOR.
  7. ::  An Example might be: ROM C:\PCB\PCBOARD.SYS
  8. ::
  9. ::  Optionally you can specify a NON STANDARD COM: Port and Tell whether
  10. ::  a FOSSIL Driver is installed.
  11. ::
  12. ::  With a NON Standard COM Port a Valid Example would be:
  13. ::  ROM <DOORTYPE> <COMINFO> Where <COMINFO> would be in the format:
  14. ::  PORT:03E8:5 so PORT:[COMBASE]:[IRQ] If the <COMINFO> parameter is
  15. ::  supplied it will OVERRIDE ANY INFO IN <DOORTYPE>
  16. ::  An Example might be: ROM C:\PCB\PCBOARD.SYS PORT:03E8:5
  17. ::
  18. ::  if a fossil driver is installed you would use the format:
  19. ::  ROM <DOORTYPE> <FOSSINFO> where <FOSSINFO> would be in the format:
  20. ::  PORT:F:1 so PORT:[F]:[PORT] Where [F] means USE fossil and [PORT]
  21. ::  tells the DOOR which PORT to use fossil on (1 for port 1, 2 for port
  22. ::  2 and so on..).
  23. ::  An Example might be: ROM C:\PCB\PCBOARD.SYS PORT:F:1
  24. ::
  25. ::  * NOTE: You CANNOT use the PORT:x:n AND the PORT:xxxx:x At the SAME
  26. ::          time.
  27.  
  28. e:
  29. cd\doors\rom
  30. rom c:\pcb\pcboard.sys
  31. board1
  32.